bitkeeper revision 1.1033 (40e1da63bNU-JPtX10zZdbxO6eBAfg)
authoriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>
Tue, 29 Jun 2004 21:08:51 +0000 (21:08 +0000)
committeriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>
Tue, 29 Jun 2004 21:08:51 +0000 (21:08 +0000)
make compile...

linux-2.4.26-xen-sparse/mkbuildtree
tools/python/xen/ext/xc/xc.c

index 19d30ddc0b604c6dd3abd4238aa8efce6b250f43..2792cdb2ba7d00c2c71488f24ce1990e44fa2541 100755 (executable)
@@ -114,7 +114,7 @@ relative_lndir ../../../${RS}/../xen/include/hypervisor-ifs
 
 # Another special symlink: to the shared definitions for the control interface
 cd ..
-ln -sf ../../${RS}/../tools/xu/lib/domain_controller.h
+ln -sf ../../${RS}/../tools/python/xen/ext/xu/domain_controller.h
 
 # The remainder are the i386 -> xen-i386 links
 ln -sf ../asm-i386/a.out.h 
index ab045199e6cd9f4f3263e621d4281e95dcfe1cc5..003e1fad35e76311997e32ebd89b62c281b9a8c9 100644 (file)
@@ -1100,7 +1100,7 @@ static PyMethodDef pyxc_methods[] = {
       "Returns: [int] 0 on success; -1 on error.\n" },
 
     { "domain_setmaxmem", 
-      (PyCFunction)pyxc_domain_setname
+      (PyCFunction)pyxc_domain_setmaxmem
       METH_VARARGS | METH_KEYWORDS, "\n"
       "Set a domain's memory limit\n"
       " dom [int]: Identifier of domain.\n"